Release PV800 SV100

This is the initial release of the BAI Parser Solution and documentation for installation guidance.

Prerequisites

  • This solution is compatible with OneStream Platform v8.

  • This release requires a minimum 8.0 Platform release.

Known Issues

  • Automation of the data load is impacted by the Connector Uses File setting. To automate a file, follow the steps below:

    1. Navigate to the Data Source using the BAI Parser Solution.

    2. Set the Connector Uses File setting to False.

    3. Create a copy of the BAI_Connector Connector Business Rule.

    4. Comment out line 42.

      NOTE: If you have an automated process that moves files to the Harvest Folder, you must add a step that also copies the file to a new folder in the OneStream File Explorer. This step must occur before the connector rule runs, so the code needs to be placed in an extensibility rule.

    5. Add code to the new connector rule that reads the file from your chosen OneStreamFile Explorer folder.

    6. After defining the file path, use this code to process the file: 

      Copy
      DataTable dt = bai.GetDataFromFile(SourceFilePath);

      NOTE: This is an example of how to access the folder structure under a specific workflow name: 

      string IncomingFolder = BRApi.Utilities.GetFileShareFolder(si,FileShareFolderTypes.ApplicationIncoming, api.WorkflowProfile);

Contact Support

Contact OneStream Support by registering at:

Support - OneStream Software